put into #ifdef GDK_WINDOWING_X11 to make GTK+ compile for non-X11 targets
authorSven Neumann <sven@gimp.org>
Mon, 23 Apr 2001 18:20:44 +0000 (18:20 +0000)
committerSven Neumann <neo@src.gnome.org>
Mon, 23 Apr 2001 18:20:44 +0000 (18:20 +0000)
2001-04-23  Sven Neumann  <sven@gimp.org>

* gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+
compile for non-X11 targets again

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkplug.c

index 4ef366ca180e72624c63aa60142d0c21404fcc75..cab46419949c8fe1f0ffd054a1255682d5aad0f8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-04-23  Sven Neumann  <sven@gimp.org>
+
+       * gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+
+       compile for non-X11 targets again
+
 2001-04-20  Alexander Larsson  <alexl@redhat.com>
 
        * gtk/gtkcolorsel.[ch]:
index 4ef366ca180e72624c63aa60142d0c21404fcc75..cab46419949c8fe1f0ffd054a1255682d5aad0f8 100644 (file)
@@ -1,3 +1,8 @@
+2001-04-23  Sven Neumann  <sven@gimp.org>
+
+       * gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+
+       compile for non-X11 targets again
+
 2001-04-20  Alexander Larsson  <alexl@redhat.com>
 
        * gtk/gtkcolorsel.[ch]:
index 4ef366ca180e72624c63aa60142d0c21404fcc75..cab46419949c8fe1f0ffd054a1255682d5aad0f8 100644 (file)
@@ -1,3 +1,8 @@
+2001-04-23  Sven Neumann  <sven@gimp.org>
+
+       * gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+
+       compile for non-X11 targets again
+
 2001-04-20  Alexander Larsson  <alexl@redhat.com>
 
        * gtk/gtkcolorsel.[ch]:
index 4ef366ca180e72624c63aa60142d0c21404fcc75..cab46419949c8fe1f0ffd054a1255682d5aad0f8 100644 (file)
@@ -1,3 +1,8 @@
+2001-04-23  Sven Neumann  <sven@gimp.org>
+
+       * gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+
+       compile for non-X11 targets again
+
 2001-04-20  Alexander Larsson  <alexl@redhat.com>
 
        * gtk/gtkcolorsel.[ch]:
index 4ef366ca180e72624c63aa60142d0c21404fcc75..cab46419949c8fe1f0ffd054a1255682d5aad0f8 100644 (file)
@@ -1,3 +1,8 @@
+2001-04-23  Sven Neumann  <sven@gimp.org>
+
+       * gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+
+       compile for non-X11 targets again
+
 2001-04-20  Alexander Larsson  <alexl@redhat.com>
 
        * gtk/gtkcolorsel.[ch]:
index 4ef366ca180e72624c63aa60142d0c21404fcc75..cab46419949c8fe1f0ffd054a1255682d5aad0f8 100644 (file)
@@ -1,3 +1,8 @@
+2001-04-23  Sven Neumann  <sven@gimp.org>
+
+       * gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+
+       compile for non-X11 targets again
+
 2001-04-20  Alexander Larsson  <alexl@redhat.com>
 
        * gtk/gtkcolorsel.[ch]:
index 4ef366ca180e72624c63aa60142d0c21404fcc75..cab46419949c8fe1f0ffd054a1255682d5aad0f8 100644 (file)
@@ -1,3 +1,8 @@
+2001-04-23  Sven Neumann  <sven@gimp.org>
+
+       * gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+
+       compile for non-X11 targets again
+
 2001-04-20  Alexander Larsson  <alexl@redhat.com>
 
        * gtk/gtkcolorsel.[ch]:
index 78d9d5128fe1e3009e224149df6d7e7079dd5c1c..bd769f01fccc4aaa5dc068f9239496b6c690463e 100644 (file)
  * GTK+ at ftp://ftp.gtk.org/pub/gtk/. 
  */
 
+#include "gdkconfig.h"
+
+#ifdef GDK_WINDOWING_X11
+
 #include "gtkmain.h"
 #include "gtkplug.h"
 
@@ -714,3 +718,5 @@ gtk_plug_filter_func (GdkXEvent *gdk_xevent, GdkEvent *event, gpointer data)
 
   return GDK_FILTER_CONTINUE;
 }
+
+#endif /* GDK_WINDOWING */